home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / misc / dspice0b / readme < prev    next >
Text File  |  1992-11-24  |  6KB  |  129 lines

  1. Spice 2g6 is a circuit simulator. This version requires a 386 AND 387 math
  2. coprocessor. It does not work on D.J.Delorie's 387 emulator. However because
  3. it uses D.J.Delorie's go32 dos extender, it can use up to 128 Mega bytes of
  4. RAM, or do swapping.
  5.  
  6. To execute, type:
  7. go32 spice
  8.  
  9. To run it independently, concatenate go32.exe with spice, e.g.
  10.  
  11. copy /b go32.exe+spice spice.exe
  12.  
  13. Supported Wares:
  14.  
  15. * Up to 128M of extended (not expanded) memory
  16. * Up to 128M of disk space used for swapping
  17. * SuperVGA 256-color mode up to 1024x768
  18.     (needs DJ Delorie's drivers)
  19. * 80387
  20. * XMS & VDISK memory allocation strategies
  21.  
  22. Unsupported:
  23.  
  24. * V86 programs, like QEMM, 386MAX, DesqView, Windows/386, etc.
  25.  
  26. This is spice 2g6 as originally written in fortran by University of California
  27. Berkeley. I translated it to C using f2c distributed by Free Software
  28. Foundation but originally from AT&T. The fortran to C conversion is done using
  29. a 386bsd OS, the f2c libraries and spice sources are compile,archived and
  30. sorted using a gcc-1.39 running on a 386bsd.
  31.     The changes major made are only in unix.c to enable it to use time() instead
  32. of times() for measuring time.
  33.  
  34. Othman Ahmad,
  35. School of EEE, Nanyang Technological University, Singapore 2263
  36. e-mail: eoahmad@ntuix.ntu.ac.sg
  37.  
  38. Copyright Information:
  39.  
  40. * Source code for the GNU utilities is copyright (c) Free Software Foundation.
  41.   For more information on the FSF copyright, see their source code or write
  42.   Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  43.   A copy of their file "COPYING" is included in doc.arc.  Some of the FSF
  44.   source code has been modified to operate properly in the MS-DOS environment.
  45.  
  46. * Source code for most of libc.a are copyright (c) Regents of the University
  47.   of California.  These files include copyright information in them.  The
  48.   utilities are compiled against these libraries, and thus contain software
  49.   developed by the University of California, Berkeley, and its contributors.
  50.   Some of the BSD source code has been modified to operate properly in the
  51.   MS-DOS environment.
  52.  
  53. * Any sources not falling under the copyrights of FSF or UCB (as above) are
  54.   Copyright (c) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954.
  55.   To contact me via E-Mail, sent to "dj@ctron.com".  Cabletron Systems Inc
  56.   is in no way involved with this project; I just happen to work for them
  57.   during the day.
  58.  
  59. Terms and Conditions:
  60.  
  61. * Source code copyright FSF is distributed under the terms of the GNU
  62.   Public General License.  See the file "COPYING" in doc.arc for more
  63.   information.  If your program links in object modules (in libc.a) that
  64.   are compiled from GNU sources, then your entire program must be
  65.   distributed under the terms of the GNU GPL as a "derived work".  These
  66.   modules are the C++ class library (including the streams classes) and
  67.   obstacks.  The sources in libsrc have the copyright notices in them
  68.   for the various modules.
  69.  
  70. * Source code copyright UCB is distributed under the terms listed in the
  71.   UCB source code itself.
  72.  
  73. * Source code copyright DJ Delorie is distributed under the terms of the
  74.   GNU General Public Licence, with the following exceptions:
  75.   (source code and executables copyright DJ Delorie are referred to as
  76.    "djcode" below)
  77.  
  78.   1 If the user of this software develops an application that requires
  79.     djcode to run, and that application is distributed under the terms
  80.     of the GNU General Public License (GPL), a binary executable of
  81.     djcode may be distributed with binary executables of the application,
  82.     and source files for djcode must be available with source files for
  83.     the application, under the terms of the GNU GPL.
  84.  
  85.   2 If the user of this software develops an application that requires
  86.     djcode to run, and that application is NOT distributed under the terms
  87.     of the GNU General Public License (GPL), a binary executable of
  88.     djcode may be distributed with binary executables of the application,
  89.     provided a royalty of 5% of the total sale price or $5 (whichever is
  90.     more) per copy sold is paid to DJ Delorie (at the address above).
  91.     Requests for exceptions may be made to DJ Delorie, but the granting of
  92.     an exception covers only the work excepted and does not apply to
  93.     other works, even if distributed under the same conditions.  Exceptions
  94.     will not be granted for any work sold for profit.
  95.  
  96.   3 A person or organization who develops software that requires djcode
  97.     but does not distribute that software under the terms of the GNU GPL
  98.     relinquishes all rights to obtain or redistribute the source code
  99.     for djcode, including any rights granted by the GNU General Public
  100.     License, and may only distribute executables of djcode under the
  101.     terms of exception 2, above.
  102.  
  103.   The intent of this copyright is this: If you make money by using the
  104.   programs I wrote, I get some of it.  If you use your sources to
  105.   teach others how to write programs, I'll support you.
  106.  
  107.   Changes to source code copyright BSD or FSF are copyright DJ Delorie, but
  108.   fall under the terms of the original copyright.
  109.  
  110.  
  111.  
  112.  
  113.  
  114. Donations may be made to any of the following:
  115.  
  116.     DJ Delorie
  117.     24 Kirsten Ave
  118.     Rochester, NH  03867-2954
  119.     USA
  120.  
  121.     Free Software Foundation
  122.     675 Mass Ave
  123.     Cambridge, MA 02139
  124.     USA
  125.  
  126.     University of California
  127.     Berkeley, CA  (sorry, I don't know their ZIP code)
  128.     USA
  129.